home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / diskmags / 5791-.end / dmg-5873 / 3rdguide / resrces.txt < prev    next >
Text File  |  1989-12-31  |  6KB  |  170 lines

  1. PRT_LINE /⑧x1k1                                חלללללללללללללללל†
  2.                                 ´ RESOURCES File ´
  3.                                 זלללללללללללללללל¶
  4. byte#
  5.  0- 1   Version          1
  6.  2- 3   Objects          address
  7.  4- 5   Texts            address
  8.  6- 7   Icons            address
  9.  8- 9   Images           address
  10. 10-11   FreeStrings list address
  11. 12-13   Strings          address
  12. 14-15   GraphicsData     address
  13. 16-17   FreeImages       address
  14. 18-19   Trees list       address
  15. 20-21   Objects          count
  16. 22-23   Trees            count
  17. 24-25   Texts            count
  18. 26-27   Icons            count
  19. 28-29   Images           count
  20. 30-31   FreeStrings      count
  21. 32-33   FreeImages       count
  22. 34-35   Resources        length
  23.  
  24.                                    םגגגגגגגג™
  25.                                    ø OBJECT ø
  26.                                    ijגגגגגגגגך
  27. byte#
  28.  0- 1   NEXT  points to the brother(or parent if no one)Ã
  29.  2- 3   HEAD  points to the first child                 ו #object (-1 if no one)
  30.  4- 5   TAIL  points to the last child                  ©
  31.  6- 7   TYPE
  32.         ´ 20:box         21:text      22:boxtext   23:image     24:userdefined
  33.         ´ 25:invisibox   26:button    27:boxchar   28:string    29:formatedtext
  34.         ´ 30:fmtdboxtext 31:icon      32:title
  35.  8- 9   FLAGS   (0:none)
  36.         םb8  indirect (SPECIFICATIONS = address of SPECIFICATIONS)
  37.         øb7  hidetree
  38.         øb6  touchexit
  39.         øb5  lastobject
  40.         øb4  radiobutton
  41.         øb3  editable
  42.         øb2  exit
  43.         øb1  default
  44.         ijb0  selectable
  45. 10-11   STATE   (0:normal)
  46.         םb5  shadowed
  47.         øb4  outlined
  48.         øb3  disabled
  49.         øb2  checked
  50.         øb1  crossed
  51.         ijb0  selected
  52. 12-15   SPECIFICATIONS
  53.         · box invisibox boxchar
  54.         םb31-b24  box character
  55.         øb23-b16  border width (signed  <0:out  0:none  >0:in)
  56.         øb15-b12  border color (0-15)
  57.         ø b11-b8  text color (0-15)
  58.         ø     b7  1
  59.         ø  b6-b4  fill pattern (0:hollow  1-6:pattern 7:solid)
  60.         ij  b3-b0  fill color (0-15)
  61.         · button string title                   :STRING
  62.         · text boxtext formatedtext fmtdboxtext :TEXT
  63.         · icon                                  :ICON
  64.         · image                                 :IMAGE
  65.         · userdefined                           :USER
  66.         · indirect                              :address
  67. 16-17   X       16=in pixels   17=in cells
  68. 18-19   Y       18=in pixels   19=in cells
  69. 20-21   W       20=in pixels   21=in cells
  70. 22-23   H       22=in pixels   23=in cells
  71.  
  72.                                    םגגגגגג™
  73.                                    ø TEXT ø
  74.                                    ijגגגגגגך
  75. byte#
  76.  0- 3   ·textstringaddress
  77.  4- 7   ·templatestringaddress          a input character:"_"
  78.  8-11   ·validstringaddress             a valid character:
  79.                                               X: all
  80.                                               P: A-Z 0-9 graphic \ : ? * . _
  81.                                               F: A-Z 0-9 graphic : ? * _
  82.                                               p: A-Z 0-9 graphic \ : _
  83.                                               n: A-Z a-z 0-9 graphic space
  84.                                               a: A-Z a-z space graphic
  85.                                               f: A-Z 0-9 graphic _
  86.                                               N: A-Z 0-9 space
  87.                                               A: A-Z space
  88.                                               9: 0-9
  89. 12-13   ·font           (3:normal  5:small)
  90. 14-15   · -
  91. 16-17   ·justification  (0:left   1:right   2:center)
  92. 18-19   ·color          b15-b12  border color (0-15)
  93.                          b11-b8  text color (0-15)
  94.                              b7  mode (0:transparent  1:opaque)
  95.                           b6-b4  fill pattern (0:hollow  1-6:pattern  7:solid)
  96.                           b3-b0  fill color (0-15)
  97. 20-21   · -
  98. 22-23   ·borderthickness (signed  <0:out  0:none  >0:in)
  99. 24-25   ·textlength      (zero included)
  100. 26-27   ·templatelength  (zero included)
  101.  
  102.                                    םגגגגגג™
  103.                                    ø ICON ø
  104.                                    ijגגגגגגך
  105. byte#
  106.  0- 3   ·maskaddress
  107.  4- 7   ·dataadress
  108.  8-11   ·textstringaddress
  109. 12-13   ·char           b15-b12  text color
  110.                          b11-b7  background color
  111.                           b7-b0  chararacter
  112. 14-15   ·Xchar          in pixels
  113. 16-17   ·Ychar          in pixels
  114. 18-19   ·Xicon          in pixels
  115. 20-21   ·Yicon          in pixels
  116. 22-23   ·Wicon          in pixels (modulo 16)
  117. 24-25   ·Hicon          in pixels
  118. 26-27   ·Xtext          in pixels
  119. 28-29   ·Ytext          in pixels
  120. 30-31   ·Wtext          in pixels
  121. 32-33   ·Htext          in pixels
  122. 34-35   · -
  123.  
  124.                                םגגגגגגג™
  125.                                ø IMAGE ø
  126.                                ijגגגגגגגך
  127. byte#
  128.  0- 3   ·dataaddress
  129.  4- 5   ·W              in bytes (even)
  130.  6- 7   ·H              in pixels
  131.  8- 9   ·X              in pixels
  132. 10-11   ·Y              in pixels
  133. 12-13   ·foregroundcolor
  134.  
  135.                                    םגגגגגגגג™
  136.                                    ø STRING ø
  137.                                    ijגגגגגגגגך
  138. byte#
  139.  0-..   string of ASCII characters finished by 0
  140.  
  141.                                    םגגגגגג™
  142.                                    ø USER ø
  143.                                    ijגגגגגגך
  144. byte#
  145.  0- 3   ·codeaddress    D0=objc_state , 4(SP)=PARAMETERS address
  146.  4- 7   ·parameter
  147.  
  148.                              חללללללללללללללללללללל†
  149.                              ´ RESOURCES in Memory ´
  150.                              זללללללללללללללללללללל¶
  151.  address -> address relocated
  152.  X Y W H -> calculated
  153.                                    םגגגגגגגגגגגג™
  154.                                    ø PARAMETERS ø
  155.                                    ijגגגגגגגגגגגגך
  156. byte#
  157.  0- 3   ·treeaddress
  158.  4- 5   ·object
  159.  6- 7   ·prevstate
  160.  8- 9   ·newstate
  161. 10-11   ·X
  162. 12-13   ·Y
  163. 14-15   ·W
  164. 16-17   ·H
  165. 18-19   ·Xclip
  166. 20-21   ·Yclip
  167. 22-23   ·Wclip
  168. 24-25   ·Hclip
  169. 26-29   ·parameter
  170.